home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu3.dir / 00071_powerÉ{É^ÉìÇP.ls < prev    next >
Encoding:
Text File  |  1996-01-04  |  402 b   |  21 lines

  1. on mouseDown
  2.   global numb
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to 73
  6.     else
  7.       set the castNum of sprite clickOn() to 71
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 73
  12.   updateStage()
  13. end
  14.  
  15. on mouseUp
  16.   global numb
  17.   set the visible of sprite 30 to 0
  18.   puppetSprite(30, 0)
  19.   go(numb & "N")
  20. end
  21.